home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00324.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  309 b   |  19 lines

  1. on mouseUp
  2.   global Clips, fullscreenG
  3.   updateStage()
  4.   stopQT()
  5.   if fullscreenG = 1 then
  6.     ChangeScreenSize(Clips, "160,140", 0)
  7.   end if
  8.   go("Intro")
  9. end
  10.  
  11. on exitFrame
  12.   global movieID
  13.   put "above idle"
  14.   put "movieID", movieID
  15.   updateStage()
  16.   QTMovie("Direct", movieID, "Idle")
  17.   updateStage()
  18. end
  19.